home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 43
/
Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso
/
Aminet
/
mus
/
misc
/
mp32html.lha
/
MP3-2-HTML
/
Install
next >
Wrap
Text File
|
2001-03-13
|
1KB
|
54 lines
; MP3-2-HTML v2.9 Installer Script
; $VER: MP3-2-HTML Install Script (14-03-2001)
; (C) 2001 Gareth Griffiths <mail@gazchap.com>
; Only for distribution in the MP3-2-HTML archive.
;------ Define Procedures ------;
(procedure P_CLI-install
(complete 25)
(set @default-dest
(askdir
(prompt "Where do you want to install MP3-2-HTML?\n\nA drawer named 'MP3-2-HTML' will be created.")
(help @askdir-help)
(default "Workbench:Utilities")
)
)
(set #default-dest
(tackon @default-dest "MP3-2-HTML/")
)
(makedir #default-dest
(infos)
)
(complete 50)
(working "Installing executable...")
(copyfiles
(prompt "Installing executable...")
(help @copyfiles-help)
(source "MP3-2-HTML")
(dest #default-dest)
(infos)
)
(complete 75)
(working "Installing documentation...")
(copyfiles
(prompt "Installing documentation...")
(help @copyfiles-help)
(source "MP3-2-HTML.guide")
(dest #default-dest)
(infos)
)
(complete 100)
)
;------ Main installation ------;
(message "Welcome to the MP3-2-HTML installation script.\n\n"
"This script installs MP3-2-HTML to your system.\n\n"
"MP3-2-HTML is ©1999-2001 Gareth 'GazChap' Griffiths.\n"
"http://www.gazchap.btinternet.co.uk/mp32html"
)
(P_CLI-install)
(exit)